From: Eli Zaretskii Date: Sun, 30 Mar 2025 14:38:25 +0000 (+0300) Subject: ; * src/editfns.c (Fmessage): Mention 'inhibit-message' (bug#77257). X-Git-Tag: archive/raspbian/1%30.2+1-2+rpi1^2~2^2~24^2~167 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success/%22http:/www.example.com/cgi/success?a=commitdiff_plain;h=3f05b455f7e52e70871f47810fe42f1f36fa783b;p=emacs.git ; * src/editfns.c (Fmessage): Mention 'inhibit-message' (bug#77257). --- diff --git a/src/editfns.c b/src/editfns.c index e02cf14b968..ecc16a62f76 100644 --- a/src/editfns.c +++ b/src/editfns.c @@ -3159,6 +3159,9 @@ Return the message. In batch mode, the message is printed to the standard error stream, followed by a newline. +If the variable `inhibit-message' is non-nil, the message is not +displayed, only logged in the `*Messages*' buffer. + The first argument is a format control string, and the rest are data to be formatted under control of the string. Percent sign (%), grave accent (\\=`) and apostrophe (\\=') are special in the format; see